System.Collections.ICollection.IsSynchronized Property

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Indicates whether the collection is synchronized.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private bool ICollection.IsSynchronized{ get;}
Visual Basic (Declaration)
Private ReadOnly Property System.Collections.ICollection.IsSynchronized As Boolean Implements ICollection.IsSynchronized
Visual C++
private:
virtual property bool System.Collections.ICollection.IsSynchronized {
	bool get () sealed = ICollection::IsSynchronized::get;
}

Field Value

Always returns false, indicating that the collection is not synchronized.

See Also